################################################################################
# ԶɵļҪ༭
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../cd4094.c \
../config_set.c \
../debug_out.c \
../debug_touch.c \
../init_mcu.c \
../kf8ts27_touch_s.c \
../kf8ts27_touch_s_lib.c \
../lcd1602.c \
../main.c 

OBJS += \
./cd4094.o \
./config_set.o \
./debug_out.o \
./debug_touch.o \
./init_mcu.o \
./kf8ts27_touch_s.o \
./kf8ts27_touch_s_lib.o \
./lcd1602.o \
./main.o 

C_DEPS += \
./cd4094.dep \
./config_set.dep \
./debug_out.dep \
./debug_touch.dep \
./init_mcu.dep \
./kf8ts27_touch_s.dep \
./kf8ts27_touch_s_lib.dep \
./lcd1602.dep \
./main.dep 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
	@echo 'ڹļ $<'
	@echo 'ڵã C Compiler'
	kf8cc -c --share -pKF8TS2716 -I"C:\ChipONCC\include" -I"F:\¬\Ϻ\\\Touch NewDemo V2.69ⷢ棩\KF8TSֻο\KF8TS_Slide_Touch_Demo_2716_V2.5" -o"$@" "$<"
	@echo 'ѽ $<'
	@echo ' '


